Name | Description | |
---|---|---|
![]() | Bounds | Gets or sets the Bounds of this node. |
![]() | Center | Gets or sets the center Point of this vertex. |
![]() | DestinationEdges | Gets an enumerator that iterates over all of the edges going out of this vertex. |
![]() | DestinationEdgesCount | Gets the number of edges coming out of this vertex. |
![]() | DestinationVertexes | Gets an enumerator over all of the vertexes that have edges going out of this vertex. |
![]() | Edges | Gets an enumerator over all of the edges going out of or coming into this vertex. |
![]() | EdgesCount | Gets the number of edges connected to this vertex. |
![]() | Focus | Gets or sets the offset of the Center from the Bounds.Position . |
![]() | Height | Gets the Bounds.Height . |
![]() | Network | Gets or sets the network that this vertex is part of. |
![]() | Node | Gets or sets the Node associated with this network vertex. |
![]() | Position | Gets or sets the position (top-left corner) of this vertex. |
![]() | Size | Gets the Bounds.Size . |
![]() | SourceEdges | Gets an enumerator that iterates over all of the edges coming into this vertex. |
![]() | SourceEdgesCount | Gets the number of edges going into this vertex. |
![]() | SourceVertexes | Gets an enumerator over all of the vertexes that have edges coming into this vertex. |
![]() | Vertexes | Gets an enumerator over all of the vertexes that are connected to this vertex. |
![]() | Width | Gets the Bounds.Width . |